TelemetryOrBuilder

interface TelemetryOrBuilder : MessageOrBuilder

Inheritors

Properties

Functions

Link copied to clipboard

Air quality metrics
.meshtastic.AirQualityMetrics air_quality_metrics = 4;
Link copied to clipboard

Air quality metrics
.meshtastic.AirQualityMetrics air_quality_metrics = 4;
Link copied to clipboard

Key native device metrics such as battery level
.meshtastic.DeviceMetrics device_metrics = 2;
Link copied to clipboard

Key native device metrics such as battery level
.meshtastic.DeviceMetrics device_metrics = 2;
Link copied to clipboard

Weather station or other environmental metrics
.meshtastic.EnvironmentMetrics environment_metrics = 3;
Link copied to clipboard

Weather station or other environmental metrics
.meshtastic.EnvironmentMetrics environment_metrics = 3;
Link copied to clipboard

Health telemetry metrics
.meshtastic.HealthMetrics health_metrics = 7;
Link copied to clipboard

Health telemetry metrics
.meshtastic.HealthMetrics health_metrics = 7;
Link copied to clipboard

Linux host metrics
.meshtastic.HostMetrics host_metrics = 8;
Link copied to clipboard

Linux host metrics
.meshtastic.HostMetrics host_metrics = 8;
Link copied to clipboard

Local device mesh statistics
.meshtastic.LocalStats local_stats = 6;
Link copied to clipboard

Local device mesh statistics
.meshtastic.LocalStats local_stats = 6;
Link copied to clipboard

Power Metrics
.meshtastic.PowerMetrics power_metrics = 5;
Link copied to clipboard

Power Metrics
.meshtastic.PowerMetrics power_metrics = 5;
Link copied to clipboard
abstract fun getTime(): Int

Seconds since 1970 - or 0 for unknown/unset
fixed32 time = 1;
Link copied to clipboard
Link copied to clipboard

Air quality metrics
.meshtastic.AirQualityMetrics air_quality_metrics = 4;
Link copied to clipboard
abstract fun hasDeviceMetrics(): Boolean

Key native device metrics such as battery level
.meshtastic.DeviceMetrics device_metrics = 2;
Link copied to clipboard

Weather station or other environmental metrics
.meshtastic.EnvironmentMetrics environment_metrics = 3;
Link copied to clipboard
abstract fun hasHealthMetrics(): Boolean

Health telemetry metrics
.meshtastic.HealthMetrics health_metrics = 7;
Link copied to clipboard
abstract fun hasHostMetrics(): Boolean

Linux host metrics
.meshtastic.HostMetrics host_metrics = 8;
Link copied to clipboard
abstract fun hasLocalStats(): Boolean

Local device mesh statistics
.meshtastic.LocalStats local_stats = 6;
Link copied to clipboard
abstract fun hasPowerMetrics(): Boolean

Power Metrics
.meshtastic.PowerMetrics power_metrics = 5;